Crate blake_hash[][src]

Expand description

BLAKE, the SHA-3 hash finalist based on the ChaCha cipher

Re-exports

pub extern crate digest;
pub extern crate simd;

Modules

Structs

Traits

The Digest trait specifies an interface common for digest functions.